Skip to content

Commit 7335a46

Browse files
committed
chore(travis): use yarn to run commands in travis
- keeping things consistent
1 parent 2363a6f commit 7335a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
- yarn add --force sqlite3 # fix sqlite caching issues
2626

2727
script:
28-
- if [ "$TEST_SUITE" == "lint" ]; then npm run lint; else npm run test:all; fi
28+
- if [ "$TEST_SUITE" == "lint" ]; then yarn run lint; else yarn run test:all; fi
2929

3030
after_success:
31-
- if [[ "$TRAVIS_NODE_VERSION" == "4" && "$TEST_SUITE" != "lint" ]]; then npm run coverage; fi
31+
- if [[ "$TRAVIS_NODE_VERSION" == "4" && "$TEST_SUITE" != "lint" ]]; then yarn run coverage; fi

0 commit comments

Comments
 (0)