Browse Source

Create .travis.yml

paladox 9 years ago
parent
commit
a37dfe44a9
1 changed files with 18 additions and 0 deletions
  1. 18 0
      .travis.yml

+ 18 - 0
.travis.yml

@@ -0,0 +1,18 @@
+language: php
+
+php:
+  - 7
+  - 5.6
+  - 5.5
+  - 5.4
+  - 5.3
+  - hhvm
+  - nightly
+  
+sudo: false
+
+install:
+  - travis_retry composer update --no-progress --prefer-dist --profile
+
+script:
+  - composer test