summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a65f56a..4407f5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,12 @@
+language: cpp
+compiler: gcc
install: ./travis.sh install
script: ./travis.sh script
+after_success: ./travis.sh after_success
env:
- UPB_TRAVIS_BUILD=bare
- UPB_TRAVIS_BUILD=barejit
- UPB_TRAVIS_BUILD=core32
- UPB_TRAVIS_BUILD=withprotobuf
- UPB_TRAVIS_BUILD=lua
+ - UPB_TRAVIS_BUILD=coverage
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback