Skip to content

Commit

Permalink
Continue to try to fail CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Risha Mars committed Jun 14, 2018
1 parent 47ee635 commit a7f4a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
- export PATH="$HOME/.yarn/bin:$PATH"
- export NODE_ENV=production
install:
- ./bin/web
script:
- ./bin/web || travis_terminate 1
- ./bin/web test --reporters dots

- language: generic
Expand Down

0 comments on commit a7f4a85

Please sign in to comment.