We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9aae8f8 + ee7e7a0 commit 2648862Copy full SHA for 2648862
.travis.yml
@@ -0,0 +1,26 @@
1
+language: php
2
+
3
+sudo: false
4
5
+cache:
6
+ directories:
7
+ - $HOME/.composer/cache
8
9
+matrix:
10
+ include:
11
+ - php: 7.1
12
+ env: DEPENDENCIES='low'
13
+ - php: 5.6
14
+ - php: 7.0
15
16
+ - php: nightly
17
+ allow_failures:
18
19
+ fast_finish: true
20
21
+install:
22
+ - if [ "$DEPENDENCIES" != "low" ]; then composer update; fi;
23
+ - if [ "$DEPENDENCIES" == "low" ]; then composer update --prefer-lowest; fi;
24
25
+script:
26
+ - ./vendor/bin/phpunit
README.md
@@ -1,3 +1,5 @@
+[](https://travis-ci.org/BossaConsulting/phpspec2-expect)
phpspec2-expect
---------------
0 commit comments