Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
fix(ci): come on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
raix committed Sep 14, 2019
1 parent 1ab3490 commit a8b1dca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: perl
os:
- linux
- osx
node_js:
- "10"
perl:
- "5.22"
- "5.20"
Expand All @@ -12,6 +10,7 @@ perl:
- "5.14"
before_install:
- nvm install $(cat .nvmrc)
- nvm use $(cat .nvmrc)
- perl --version
- node --version
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
Expand Down Expand Up @@ -39,7 +38,7 @@ jobs:
include:
- stage: release
language: node_js
node_js: '10'
node_js: '8'
script:
- yarn semantic-release
branches:
Expand Down

0 comments on commit a8b1dca

Please sign in to comment.