Skip to content

Commit

Permalink
Run jest inline on travis
Browse files Browse the repository at this point in the history
We're seeing intermittent failures there; echoed in
jestjs/jest#1742

the recommendation there is to add the `-i` flag which makes it run
all tests inline instead of using a process pool.
  • Loading branch information
UnwashedMeme committed Jan 13, 2017
1 parent 985e62e commit 8d61de0
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 @@ -11,7 +11,7 @@ addons:
- ubuntu-toolchain-r-test
packages:
- libstdc++-5-dev # upgrade libstdc++ on linux to support C++11

script: npm test -- -i
notifications:
slack:
secure: hBdS1mIVFVg8jTQwU2nXKyfLRPbUMYCQK0g+NEjkSvWl3hvAnZREGo2JBFgincdB2/wAJhuynBQXN7MSwxGm4jTjvTrs1SOPP7hssTr+xFrXuOs9tYDNLICcUmc8iIkt9oblw/jWCKHUDnphmcZ4sy3uJDuxuKGHdBjXYAq/eZw=

0 comments on commit 8d61de0

Please sign in to comment.