Skip to content

Commit 7ebee4a

Browse files
committed
fix. .travis.yml
1 parent 92987e3 commit 7ebee4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ before_install:
1616
- bash .travis-tmp/cmake-3.2.2/cmake-3.2.2-Linux-x86_64.sh --exclude-subdir --prefix=.travis-tmp/cmake-3.2.2 --skip-license
1717
- export PATH=`pwd`/.travis-tmp/cmake-3.2.2/bin:$PATH
1818
script:
19-
- pushd build && ./build.sh && popd
19+
- ./build.sh
2020
- ./script/travis_format_checcker.sh

0 commit comments

Comments
 (0)