Skip to content

Commit

Permalink
Configure travis build. (#6)
Browse files Browse the repository at this point in the history
* chore: Configure travis build.

* chore: Add dependencies install step in CI.

* chore: Update php version compatible.
  • Loading branch information
qpautrat authored Jan 19, 2018
1 parent 7d4752b commit 072d363
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: php
php:
- '5.5'
- '5.6'

install: composer install

script: vendor/bin/phpspec run -n -f dot
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.5",
"symfony/psr-http-message-bridge": "^0.2.0",
"zendframework/zend-diactoros": "^1.3",
"woohoolabs/yin": "^0.11.0"
Expand Down

0 comments on commit 072d363

Please sign in to comment.