Skip to content

Commit 9a7df69

Browse files
committed
Clean travis ci
1 parent 635d462 commit 9a7df69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

paddle/scripts/travis/build_and_test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,4 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
1616
cmake .. -DON_TRAVIS=ON -DON_COVERALLS=ON -DCOVERALLS_UPLOAD=ON -DWITH_SWIG_PY=ON
1717
NPROC=`sysctl -n hw.ncpu`
1818
make -j $NPROC
19-
env CTEST_OUTPUT_ON_FAILURE=1 make test ARGS="-j $NPROC"
20-
sudo make install
21-
sudo paddle version
2219
fi

0 commit comments

Comments
 (0)