Skip to content

Commit 2851957

Browse files
committed
Modify travis config
1 parent c1c7d59 commit 2851957

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: node_js
2-
sudo: false
2+
sudo: required
3+
dist: trusty
4+
addons:
5+
chrome: stable
36
node_js:
47
- "10.3.0"
58
before_install:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"grunt-contrib-jshint": "^1.0.0",
3636
"grunt-contrib-uglify": "^3.3.0",
3737
"grunt-contrib-watch": "^1.1.0",
38-
"grunt-template-jasmine-istanbul": "^0.5.0",
3938
"grunt-ts": "^6.0.0-beta.19",
4039
"jasmine-sinon": "^0.4.0",
4140
"jquery": "^3.3.1",

0 commit comments

Comments
 (0)