Skip to content
This repository was archived by the owner on Feb 6, 2021. It is now read-only.

Commit 009b8f4

Browse files
authored
Merge pull request #159 from Turbo87/node-6
CI: Remove duplicate `node_js` key
2 parents 31dbfb1 + ad60783 commit 009b8f4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ script:
4646
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO --skip-cleanup
4747
- yarn run test:node
4848

49-
language: node_js
50-
node_js:
51-
- "6"
52-
- "8"
53-
- "10"
54-
5549
before_deploy:
5650
- yarn global add auto-dist-tag
5751
- auto-dist-tag --write
@@ -63,4 +57,4 @@ deploy:
6357
secure: OrnTvkC2eejgwTnOFs21kmojEM5Tky1JwpWoMgks9dOmQxp4ucpHQyv748FZkQ8NyOExduqs966ko4W/1yZ6wJfNatNZa1I49qCgYXjM3FJI0gxan/Y6KVjt8QQEsR5XsPN5xALh2D65h3WUOwsTQLcCQX9yR0fahj53cDcrmws=
6458
on:
6559
tags: true
66-
repo: ember-cli/ember-cli-htmlbars-inline-precompile
60+
repo: ember-cli/ember-cli-htmlbars-inline-precompile

0 commit comments

Comments
 (0)