Skip to content

Commit

Permalink
Unify command
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 14, 2019
1 parent 85c27f5 commit 29783d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_install:

install:
# the `make test-ci` script runs this command already
- if [ "$JOB" != "test" ] && [ "$JOB" != "test-windows" ] && [ "$JOB" != "lint" ]; then yarn install; fi
- if [ "$JOB" != "test" ] && [ "$JOB" != "test" ] && [ "$JOB" != "lint" ]; then yarn install; fi
- if [ "$JOB" = "lint" ]; then make bootstrap; fi

before_script:
Expand All @@ -48,7 +48,7 @@ matrix:
env: JOB=babel-parser-test262-tests
- os: windows
node_js: "node"
env: JOB=test-windows
env: JOB=test

notifications:
slack:
Expand Down

0 comments on commit 29783d3

Please sign in to comment.