Skip to content

Commit 5ab594a

Browse files
committed
Doing work
1 parent 4f6c474 commit 5ab594a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
- tar -xzvf protobuf-cpp-3.6.0.tar.gz
1010
- pushd protobuf-3.6.0 && ./configure --disable-shared && make && sudo make install
1111
&& popd
12-
script: buildtravis.sh
12+
script: ./buildtravis.sh
1313
- os: osx
1414
osx_image: xcode9.4
1515
language: generic
@@ -21,7 +21,7 @@ matrix:
2121
- EDITOR="sed -i '' 's/system \".\/configure\",/system \".\/configure\", \"--disable-shared\",/g'"
2222
brew edit protobuf
2323
- brew install protobuf
24-
script: buildtravis.sh
24+
script: ./buildtravis.sh
2525
before_cache:
2626
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
2727
notifications:

0 commit comments

Comments
 (0)