diff options
author | Brent Cook <busterb@gmail.com> | 2021-05-21 02:35:20 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-05-21 02:35:20 -0500 |
commit | 31dc716df31fea5412f3bdb53caab09dec0c2050 (patch) | |
tree | 74ab77e73ffba3df2888705dcf7672fe016e034f /.travis.yml | |
parent | be44d2a83a62bd1a54d13de94a4a3c4465b4a72c (diff) | |
parent | dcad94bbc08718774608360ce160e4593bd2fa56 (diff) | |
download | portable-31dc716df31fea5412f3bdb53caab09dec0c2050.tar.gz portable-31dc716df31fea5412f3bdb53caab09dec0c2050.tar.bz2 portable-31dc716df31fea5412f3bdb53caab09dec0c2050.zip |
Land #669, add new tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3e50e18..12e1d56 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -62,3 +62,6 @@ matrix: | |||
62 | 62 | ||
63 | script: | 63 | script: |
64 | "./scripts/travis" | 64 | "./scripts/travis" |
65 | |||
66 | after_failure: | ||
67 | "./scripts/travis_failure" | ||