Skip to content

Commit

Permalink
removes unneeded manual yarnpkg install: gradle-node-plugin preferred…
Browse files Browse the repository at this point in the history
…. upgrades node version
  • Loading branch information
theseyi committed Nov 27, 2017
1 parent 5d41f06 commit 6f388d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ before_install:
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin

# Repo for newer Node.js versions
- curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
# https://yarnpkg.com/en/docs/install-ci#travis-tab
# Repo for Yarn
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update -qq
- sudo apt-get install -y -qq yarn

cache:
directories:
- $HOME/.gradle/caches/
Expand Down
2 changes: 1 addition & 1 deletion gradle/scripts/ember.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: "com.moowork.node"

node {
// Version of node to use.
version = '7.10.1'
version = '8.9.1'

// Base URL for fetching node distributions (change if you have a mirror).
distBaseUrl = 'https://nodejs.org/dist'
Expand Down

0 comments on commit 6f388d8

Please sign in to comment.