Skip to content

Commit

Permalink
fix(travis): Update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Jul 6, 2017
1 parent 85c8030 commit aa91601
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "6.0"
- "7.0"
- 4
- 6
- 8
email:
on_failure: change
on_success: never
Expand Down
4 changes: 2 additions & 2 deletions .zuul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ browsers:
- name: firefox
version: '24..latest'
- name: iphone
version: '6.0..latest'
version: '8.1..latest'
- name: ipad
version: '6.0..latest'
version: '8.1..latest'

0 comments on commit aa91601

Please sign in to comment.