Skip to content

Commit

Permalink
build(travis): playing with travis config (akveo#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa authored Jan 8, 2018
1 parent 3740e08 commit 4309f14
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
language: node_js

sudo: false
dist: trusty

language: node_js

node_js:
- '8'

cache:
directories:
- node_modules

branches:
only:
- master

addons:
apt:
sources:
Expand All @@ -26,7 +30,7 @@ before_install:
- npm i -g npm@latest

install:
- npm i
- travis_retry npm i

before_script:

Expand Down

0 comments on commit 4309f14

Please sign in to comment.