Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
feat(cicd): add .travis.yml file (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacopoDaeli authored and silasbw committed Feb 4, 2019
1 parent e26f75c commit fbe52b3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: false
language: node_js
matrix:
fast_finish: true
include:
- node_js: '10'
# https://github.com/greenkeeperio/greenkeeper-lockfile#npm
before_install:
# package-lock.json was introduced in npm@5
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
- npm install -g greenkeeper-lockfile
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
install: npm install

0 comments on commit fbe52b3

Please sign in to comment.