Skip to content

Commit c3d41b5

Browse files
Andries SmitAndries-Smit
authored andcommitted
Use chrome stable for tests
1 parent 53f1176 commit c3d41b5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ language: node_js
44
node_js:
55
- "8"
66
addons:
7-
apt:
8-
sources:
9-
- google-chrome
10-
packages:
11-
- google-chrome-stable
7+
chrome: stable
128
before_install:
139
- npm i -g npm
1410
- npm install grunt-cli -g

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"css-loader": "^3.4.2",
6363
"enzyme": "^3.11.0",
6464
"enzyme-adapter-react-16": "^1.15.2",
65-
"extract-text-webpack-plugin": "^4.0.0-beta.0",,
65+
"extract-text-webpack-plugin": "^4.0.0-beta.0",
6666
"fork-ts-checker-webpack-plugin": "^4.0.3",
6767
"grunt": "^1.0.4",
6868
"grunt-check-dependencies": "^1.0.0",

0 commit comments

Comments
 (0)