Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Commit

Permalink
travis.yml behat and phpspec paths fix
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed May 8, 2014
1 parent dd71d43 commit f20afb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ before_script:
- php composer.phar update

script:
- .bin/phpspec r -v
- .bin/behat -v
- bin/phpspec r -v
- bin/behat -v

0 comments on commit f20afb7

Please sign in to comment.