Skip to content

Commit

Permalink
[CHORE] More update to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jul 16, 2019
1 parent a4cc1cc commit fc9ac40
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,17 @@ jobs:

- stage: 'Tests'
name: 'Tests'
install:
- yarn install --non-interactive

script:
- yarn run lint
- yarn run test

- name: 'Floating dependencies'
script:
- yarn test

# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- stage: 'Additional Tests'
Expand All @@ -53,6 +60,10 @@ jobs:
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH

install:
- yarn install --no-lockfile --non-interactive

Expand Down

0 comments on commit fc9ac40

Please sign in to comment.