Skip to content

Commit

Permalink
chore(travis): update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdumrauf committed May 15, 2019
1 parent e62c962 commit 7f7aed5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sudo: false
dist: xenial
language: node_js
git:
depth: 3
Expand All @@ -8,11 +7,12 @@ node_js:
- "10"
before_install:
- "export TRAVIS_COMMIT_MSG=\"`git log --format=%B --no-merges -n 1`\""
- if [[ `npm -v` == 3* ]]; then npm i -g npm; fi
install:
- npm install
script:
- npm ci
- npm run eslint
- npm test
- commitlint-travis
cache:
directories:
- node_modules
notifications:
slack: indec-sistemas:U34T7wkSbzuMWCcXIw9DOY05

0 comments on commit 7f7aed5

Please sign in to comment.