Skip to content

Commit b0be47f

Browse files
committed
fix(test) Try and get CI build working again
1 parent 0313b36 commit b0be47f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
dist: trusty
12
language: node_js
23
services: mongodb
34
node_js:
45
- "4"
5-
env:
6-
- CXX=g++-4.8
76
before_script:
87
- npm install -g bower
98
- bower install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"karma-jasmine": "0.3.6",
6262
"karma-junit-reporter": "0.3.8",
6363
"karma-ng-html2js-preprocessor": "0.2.0",
64+
"phantomjs-prebuilt": "2.1.7",
6465
"karma-phantomjs-launcher": "1.0.0",
6566
"matchdep": "1.0.0",
6667
"mocha": "2.3.4",
67-
"phantomjs-prebuilt": "2.1.3",
6868
"run-sequence": "1.1.5",
6969
"uglify-js": "2.6.1"
7070
},

0 commit comments

Comments
 (0)