Skip to content

Commit 7f0372c

Browse files
committed
updating travis config
1 parent 49fb372 commit 7f0372c

File tree

3 files changed

+10986
-12
lines changed

3 files changed

+10986
-12
lines changed

.travis.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: node_js
22
addons:
33
firefox: 'latest'
4+
chrome: stable
45
node_js:
5-
- '6.9.2'
6+
- '12.16.2'
67

78
install:
8-
- npm install
9-
- ./node_modules/.bin/mozilla-download ./firefox/ --product firefox --branch mozilla-central
10-
- export FIREFOX_NIGHTLY_BIN="./firefox/firefox/firefox-bin"
9+
- npm ci
1110

1211
before_script:
1312
- export DISPLAY=:99.0
@@ -28,10 +27,3 @@ env:
2827
cache:
2928
directories:
3029
- node_modules
31-
32-
addons:
33-
apt:
34-
sources:
35-
- ubuntu-toolchain-r-test
36-
packages:
37-
- g++-4.8

0 commit comments

Comments
 (0)