summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-09-01 15:34:14 -0700
committerJosh Haberman <jhaberman@gmail.com>2014-09-01 15:34:14 -0700
commit66a74a4fd53710aaf54a01f668d6a895f9266fbd (patch)
tree7f30313d002eeb5f59a16270f99edb87541adaaf /.travis.yml
parent2ccbe04559f8a954f0c0c1a54005e6e26fbf43bf (diff)
Added lua and core32 Travis builds, and rewrote README.md
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e366254..a65f56a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,4 +3,6 @@ script: ./travis.sh script
env:
- UPB_TRAVIS_BUILD=bare
- UPB_TRAVIS_BUILD=barejit
+ - UPB_TRAVIS_BUILD=core32
- UPB_TRAVIS_BUILD=withprotobuf
+ - UPB_TRAVIS_BUILD=lua
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback