Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Fix Travis image
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerus committed Nov 4, 2018
1 parent 7ed33cc commit 1ee6469
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,7 +1,6 @@
os: osx
osx_image: xcode9.3
language: java
jdk:
- oraclejdk8
git:
depth: 3

Expand All @@ -20,10 +19,10 @@ cache:

install:
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION
- npm install -g yarn

script:
- nvm use $NODE_VERSION
- yarn

before_deploy:
Expand Down

0 comments on commit 1ee6469

Please sign in to comment.