Skip to content

Commit

Permalink
Cleaning travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
smialy committed Jun 23, 2018
1 parent 8c88c09 commit 6f26f5b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
language: node_js
node_js:
- "10"
cache:
yarn: true
directories:
- node_modules
install:
- npm install -g [email protected]
- npm install --no-save [email protected] [email protected]
- npm install --no-save [email protected] [email protected] [email protected]
script:
- qunit --require babel-register packages/**/tests/
- ./node_modules/.bin/qunit --require babel-register packages/**/tests/

0 comments on commit 6f26f5b

Please sign in to comment.