chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c4d47f42a2384e6fbf5d689e421505c2ca2e4a3b
Authored by
Graham Fairweather
2018-05-29 14:12:58 +0200
1 parent
06e247f7
Fix: Require Node 8
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
Inline
Side-by-side
.travis.yml
Wrap text
Show/Hide comments
View file @
c4d47f4
1
1
sudo: required
2
2
language: node_js
3
3
node_js:
4
- - '
6
'
4
+ - '
8
'
5
5
script:
6
6
- 'npm run test'
7
7
before_script:
...
...