Skip to content

Commit

Permalink
chore: Update travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Jan 4, 2019
1 parent 738d9d8 commit e80ccb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
language: node_js
node_js:
- "lts/*"
Expand All @@ -7,8 +6,6 @@ before_install:
- export PATH="$HOME/.yarn/bin:$PATH"
cache:
yarn: true
directories:
- "node_modules"
before_script:
- 'if [[ -n "$TRAVIS_TAG" ]] && [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then yarn run create-github-release; fi'
script:
Expand Down

0 comments on commit e80ccb6

Please sign in to comment.