Skip to content

Commit e80ccb6

Browse files
committed
chore: Update travis configuration
1 parent 738d9d8 commit e80ccb6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sudo: false
21
language: node_js
32
node_js:
43
- "lts/*"
@@ -7,8 +6,6 @@ before_install:
76
- export PATH="$HOME/.yarn/bin:$PATH"
87
cache:
98
yarn: true
10-
directories:
11-
- "node_modules"
129
before_script:
1310
- 'if [[ -n "$TRAVIS_TAG" ]] && [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then yarn run create-github-release; fi'
1411
script:

0 commit comments

Comments
 (0)