Skip to content

Commit

Permalink
Set Node.js version to 10 in order to fix TravisCI build (#520)
Browse files Browse the repository at this point in the history
Most of the other ones are erroing on TravisCI, so trying to set a
reasonable version for the time being.

* Address a few issues with TravisCI config

- fail_fast is actually fast_finish
- operating system was not explicitely set
- sudo is no longer necessary
  • Loading branch information
gnclmorais authored Nov 22, 2020
1 parent 49ec30b commit 38a8539
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
language: node_js
node_js:
- "8"
- 10

addons:
chrome: stable

sudo: false
os: linux
dist: trusty

cache:
Expand All @@ -22,7 +21,7 @@ branches:
- master

jobs:
fail_fast: true
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary

Expand Down

0 comments on commit 38a8539

Please sign in to comment.