Skip to content

Commit 227ef1c

Browse files
committed
Update .travis.yml
1 parent f269fb2 commit 227ef1c

File tree

2 files changed

+7
-6642
lines changed

2 files changed

+7
-6642
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
language: node_js
22
node_js:
33
- v9
4+
before_install:
5+
- npm i -g npm
6+
- npm --version
47
install:
5-
- yarn
8+
- npm install
69
script:
710
- npm run lint
811
- npm run build
9-
- npm run gqlToTs
1012
cache:
11-
yarn: true
13+
directories:
14+
- node_modules
1215
sudo: false
1316
notifications:
14-
slack: devinitorg:TFrmOb61t4X0PRFdZyHBU04F
17+
slack: devinitorg:TFrmOb61t4X0PRFdZyHBU04F

0 commit comments

Comments
 (0)