Skip to content

Commit f1f0cb7

Browse files
Move to Ubuntu Trusty on Travis CI and remove apt add-on
Two reasons here: 1) Ubuntu Precise is reaching EOL, though Travis CI may take care of it. we still can move to Trusty earlier as I didn't see any dependency of Precise here. 2) g++4.8 is built-in in Travis CI's Ubuntu Trusty environment, which means we don't need to spend time on adding ppa repository, apt update and apt install, could save time on the CI.
1 parent 450159a commit f1f0cb7

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)