summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index e1160e5..e366254 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
-install:
- - sudo apt-get update -qq
- - sudo apt-get install protobuf-compiler libprotobuf-dev
-script: make test
+install: ./travis.sh install
+script: ./travis.sh script
+env:
+ - UPB_TRAVIS_BUILD=bare
+ - UPB_TRAVIS_BUILD=barejit
+ - UPB_TRAVIS_BUILD=withprotobuf
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback