Skip to content

Commit

Permalink
Duh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexindigo committed Jun 25, 2019
1 parent 001f03d commit 162d3e0
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 @@ -20,7 +20,7 @@ script:
- uname -a
- node --version
- npm --version
- if [ "$TRAVIS_OS_NAME" != "windows" ]; npm run ci-lint; fi
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then npm run ci-lint; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then npm run test; else npm run ci-test; fi
- npm run check

Expand Down

0 comments on commit 162d3e0

Please sign in to comment.