diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2015-08-01 19:35:59 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2015-08-01 19:35:59 +0200 |
| commit | e5541ca8d93c35a1744578e773b5044d803f1ad2 (patch) | |
| tree | 6f13e9bcb1ef71b2ee5fe11952ba2b4c455b4fae /.travis.yml | |
| parent | 177074df07a59c2c60476581baede662bfb18ac0 (diff) | |
| download | g-e5541ca8d93c35a1744578e773b5044d803f1ad2.tar.gz g-e5541ca8d93c35a1744578e773b5044d803f1ad2.zip | |
Starting to work on a testing infrastructure
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e66b8b7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: bash +before_script: + - source g.sh +script: + - bash t/tests.sh + - zsh t/tests.sh +os: + - linux + - osx +matrix: + allow_failures: + -os: osx |
