Skip to content

Commit

Permalink
Temporarily disable test command on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebost committed Feb 7, 2019
1 parent 8379d78 commit e7e6dcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ node_js:
- 4
script: npm run $COMMAND
env:
- COMMAND=test
# TODO: We have a transitive dependency for testing that does not work with
# node 4 anymore, uncomment this once we switch to node 6+
# - COMMAND=test
- COMMAND=integration MR_VERSION=16.0.5
- COMMAND=integration MR_VERSION=latest
- COMMAND=integration MR_VERSION="#master"
Expand Down

0 comments on commit e7e6dcc

Please sign in to comment.