Skip to content

Commit 2017535

Browse files
authored
Merge pull request #1378 from outoftime/travis-node-env
Explicitly set test NODE_ENV for running tests on Travis
2 parents c6e1a2a + f22ff05 commit 2017535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ before_script:
3434
- sh -e /etc/init.d/xvfb start
3535
script:
3636
- yarn check
37-
- yarn test
37+
- NODE_ENV=test yarn test
3838
- gulp build
3939
- eslint --no-eslintrc --env es5 dist
4040
- bundlesize

0 commit comments

Comments
 (0)