diff options
author | Paragon Initiative Enterprises <security@paragonie.com> | 2016-02-02 20:35:01 -0500 |
---|---|---|
committer | Scott <scott@paragonie.com> | 2016-02-02 20:35:01 -0500 |
commit | 8654446093b4e234e7411105bcca9aa8035042e4 (patch) | |
tree | 37402eacd282cb7acb91a00a5a4cf0fc03de2e6a | |
parent | fac7f7434099a4882176a47dbcbe126a13f88176 (diff) | |
download | constant_time_encoding-8654446093b4e234e7411105bcca9aa8035042e4.zip constant_time_encoding-8654446093b4e234e7411105bcca9aa8035042e4.tar.gz constant_time_encoding-8654446093b4e234e7411105bcca9aa8035042e4.tar.bz2 |
Add Travis file
-rw-r--r-- | .travis.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ce9294d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +language: php +sudo: false + +php: + - "7.0" + - "5.6" + - "5.5" + - "hhvm" + +matrix: + fast_finish: true + +install: + - composer self-update + - composer update + +script: + - vendor/bin/phpunit
\ No newline at end of file |