Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 5a0499c

Browse files
committed
Fix travis build script
1 parent 5e7331a commit 5a0499c

File tree

7 files changed

+14104
-10920
lines changed

7 files changed

+14104
-10920
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10
1+
11.11.0

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: java
22

3+
dist: xenial
4+
35
env:
46
matrix:
5-
- TRAVIS_NODE_VERSION="0.10"
7+
- TRAVIS_NODE_VERSION="11.11.0"
68

79
addons:
810
hosts:
@@ -36,15 +38,14 @@ install:
3638
- . $HOME/.nvm/nvm.sh
3739
- nvm install
3840
- nvm use
39-
40-
- node -v
41-
- npm -v
42-
4341
- npm cache verify
44-
- npm install -g [email protected]
42+
4543
- npm install -g gulp
4644
- npm install
4745

46+
- node -v
47+
- npm -v
48+
4849
script:
4950
- gulp unit
5051
# for pull requests, we can't use sec. env vars, so no access

browser/bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"modernizr": "2.8.3",
2929
"momentjs": "2.9.0",
3030
"ng-tags-input": "wooldridge/ngTagsInput-bower#bb0e439000983363a17256862b5ae763ef6b5000",
31-
"ngMarkdown": "GrumpyWizards/ngMarkdown#c396e44b64d9e67f4dbc5626e2a645d36e87ed01",
3231
"requirejs-plugins": "1.0.3",
3332
"requirejs": "2.1.15",
3433
"stacktrace-js": "0.6.4",

0 commit comments

Comments
 (0)