Skip to content

Commit

Permalink
ci(.travis.yml): actually run tests
Browse files Browse the repository at this point in the history
Actually run tests in travis CI
  • Loading branch information
Meemaw committed Apr 1, 2019
1 parent fee244a commit 4b22fe7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ node_js:
- '10'
- '11'

cache:
yarn: true
directories:
- node_modules

script: echo "Running tests against $(node -v) ..."
script:
- echo "Running tests against $(node -v) ..."
- yarn test

jobs:
include:
Expand Down

0 comments on commit 4b22fe7

Please sign in to comment.