Skip to content

Commit

Permalink
Merge pull request #11 from jdb8/fix-travis-build-update-yarn-node
Browse files Browse the repository at this point in the history
Upgrade yarn and node to fix build
  • Loading branch information
magicmark committed Oct 28, 2017
2 parents 05b1757 + 2613663 commit c631b40
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@ sudo: false
language: python
python:
- "3.5"

install:
- nvm install 6
before_install: yarn global add greenkeeper-lockfile@1
- nvm install 8

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn global add greenkeeper-lockfile@1

before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload

env:
global:
- COVERALLS_SERVICE_NAME=travis-ci
- COVERALLS_REPO_TOKEN=MUPeiBPH7d1yj7tt2yt3VNkkllD40Q9b3

script:
- make test
- make coveralls

deploy:
provider: npm
email: mark@larah.me
Expand Down

0 comments on commit c631b40

Please sign in to comment.