We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738d9d8 commit e80ccb6Copy full SHA for e80ccb6
.travis.yml
@@ -1,4 +1,3 @@
1
-sudo: false
2
language: node_js
3
node_js:
4
- "lts/*"
@@ -7,8 +6,6 @@ before_install:
7
6
- export PATH="$HOME/.yarn/bin:$PATH"
8
cache:
9
yarn: true
10
- directories:
11
- - "node_modules"
12
before_script:
13
- 'if [[ -n "$TRAVIS_TAG" ]] && [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then yarn run create-github-release; fi'
14
script:
0 commit comments