Skip to content

Commit 7f7aed5

Browse files
committed
chore(travis): update .travis.yml
1 parent e62c962 commit 7f7aed5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
sudo: false
2-
dist: xenial
32
language: node_js
43
git:
54
depth: 3
@@ -8,11 +7,12 @@ node_js:
87
- "10"
98
before_install:
109
- "export TRAVIS_COMMIT_MSG=\"`git log --format=%B --no-merges -n 1`\""
10+
- if [[ `npm -v` == 3* ]]; then npm i -g npm; fi
11+
install:
12+
- npm install
1113
script:
12-
- npm ci
14+
- npm run eslint
15+
- npm test
1316
- commitlint-travis
14-
cache:
15-
directories:
16-
- node_modules
1717
notifications:
1818
slack: indec-sistemas:U34T7wkSbzuMWCcXIw9DOY05

0 commit comments

Comments
 (0)