Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 2fbf853

Browse files
committed
try with newer ubuntu travis
1 parent 9056419 commit 2fbf853

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
language: node_js
2-
sudo: false
2+
sudo: required
3+
dist: trusty
34
node_js: 4
45
addons:
56
sauce_connect: true
67
firefox: latest
78
apt:
89
sources:
910
- google-chrome
10-
- ubuntu-toolchain-r-test
1111
packages:
1212
- google-chrome-stable
13-
- g++-4.8
1413
before_script:
1514
- export PATH=$PWD/node_modules/.bin:$PATH
1615
script:
@@ -20,4 +19,3 @@ env:
2019
global:
2120
- secure: c0kVrjNDtqd06Gyg4Xi3iopr0KCz1k0LbZeL+TCbnyCdmAE7m9FcJASWvM2Zr7d774hTiMSi0Z79SlV6XZhLN2pi4EsbdEpsnVeAXXH/GYzDKgpXbdfD/nQv4n1nMXL6XSaZkAX7WwgmrjzJ9cXQJYV9vNHIBRcGoVRRyCFx9v4=
2221
- secure: Mo+AVRGUmlDENnZ2GioF5pU62WhyLUMnPlSqzeodZzJoAnwcNr9VnHiRCgQBLnHCZwjbMv6C0vhWopY7lN9w77vlS5vr8MDZKjYT/YRl9jk0+hStJ+diSS9MD+FnNNerXe+V+WA6NYVHno3vdWRqDDMYzCdH/pyLukkuKdMFaAU=
23-
- CXX=g++-4.8

0 commit comments

Comments
 (0)