Skip to content

Commit

Permalink
Added @ignore to cucumber to skip ignored features.
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Aug 4, 2015
1 parent f101426 commit 6abfbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -42,7 +42,7 @@ before_script:

script:
- gulp test
- ./node_modules/.bin/cucumber.js
- ./node_modules/.bin/cucumber.js --tags ~@ignore #skip @ignored features

after_script:
- php ./vendor/bin/coveralls -v

0 comments on commit 6abfbc0

Please sign in to comment.