Skip to content

Commit

Permalink
Merge pull request #175 from csantero/fix-travis
Browse files Browse the repository at this point in the history
Fix travis config
  • Loading branch information
elwayman02 authored Sep 6, 2019
2 parents bea9d0e + 151d6a1 commit 285b020
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:

- stage: "Tests"
name: "Tests"
install:
- yarn install --non-interactive
script:
- npm run lint:hbs
- npm run lint:js
- npm test
- yarn lint:hbs
- yarn lint:js
- yarn test

# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
Expand Down

0 comments on commit 285b020

Please sign in to comment.