We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0313b36 commit b0be47fCopy full SHA for b0be47f
.travis.yml
@@ -1,9 +1,8 @@
1
+dist: trusty
2
language: node_js
3
services: mongodb
4
node_js:
5
- "4"
-env:
6
- - CXX=g++-4.8
7
before_script:
8
- npm install -g bower
9
- bower install
package.json
@@ -61,10 +61,10 @@
61
"karma-jasmine": "0.3.6",
62
"karma-junit-reporter": "0.3.8",
63
"karma-ng-html2js-preprocessor": "0.2.0",
64
+ "phantomjs-prebuilt": "2.1.7",
65
"karma-phantomjs-launcher": "1.0.0",
66
"matchdep": "1.0.0",
67
"mocha": "2.3.4",
- "phantomjs-prebuilt": "2.1.3",
68
"run-sequence": "1.1.5",
69
"uglify-js": "2.6.1"
70
},
0 commit comments