summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-09-01 17:36:31 -0700
committerJosh Haberman <jhaberman@gmail.com>2016-09-01 17:36:31 -0700
commitcf22c890c983378926b3e96ea81e7f4d840d57e9 (patch)
treecfcb08651144fba813e1c157b17c004225fc3f47 /.travis.yml
parent7d1de129cda96085da53181d0530ffcc610fc271 (diff)
Adjust PATH in .travis.yml instead of travis.sh.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bf62eb0..e43855e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,9 @@ language: cpp
compiler:
- gcc
- clang
-install: ./travis.sh install
+install:
+ - ./travis.sh install
+ - export PATH=$PATH:$PWD/protoc # used by genfiles_install()
script: ./travis.sh script
after_success: ./travis.sh after_success
after_failure: ./travis.sh after_failure
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback