Skip to content

Commit 57b670d

Browse files
authored
Merge pull request #428 from PeterDaveHello/travis-ci-optimize
Move to Ubuntu Trusty on Travis CI and remove apt add-on
2 parents 450159a + f1f0cb7 commit 57b670d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
language: node_js
2+
dist: trusty
23
node_js:
34
- 6
45
- 7
56
- lts/boron
67
env:
78
- CXX=g++-4.8
8-
addons:
9-
apt:
10-
sources:
11-
- ubuntu-toolchain-r-test
12-
packages:
13-
- g++-4.8
149
cache: yarn

0 commit comments

Comments
 (0)