summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParagon Initiative Enterprises <security@paragonie.com>2016-02-02 20:35:01 -0500
committerScott <scott@paragonie.com>2016-02-02 20:35:01 -0500
commit8654446093b4e234e7411105bcca9aa8035042e4 (patch)
tree37402eacd282cb7acb91a00a5a4cf0fc03de2e6a
parentfac7f7434099a4882176a47dbcbe126a13f88176 (diff)
downloadconstant_time_encoding-8654446093b4e234e7411105bcca9aa8035042e4.zip
constant_time_encoding-8654446093b4e234e7411105bcca9aa8035042e4.tar.gz
constant_time_encoding-8654446093b4e234e7411105bcca9aa8035042e4.tar.bz2
Add Travis file
-rw-r--r--.travis.yml18
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