We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62c962 commit 7f7aed5Copy full SHA for 7f7aed5
1 file changed
.travis.yml
@@ -1,5 +1,4 @@
1
sudo: false
2
-dist: xenial
3
language: node_js
4
git:
5
depth: 3
@@ -8,11 +7,12 @@ node_js:
8
7
- "10"
9
before_install:
10
- "export TRAVIS_COMMIT_MSG=\"`git log --format=%B --no-merges -n 1`\""
+ - if [[ `npm -v` == 3* ]]; then npm i -g npm; fi
11
+install:
12
+ - npm install
13
script:
- - npm ci
14
+ - npm run eslint
15
+ - npm test
16
- commitlint-travis
-cache:
- directories:
- - node_modules
17
notifications:
18
slack: indec-sistemas:U34T7wkSbzuMWCcXIw9DOY05
0 commit comments