Skip to content

Commit

Permalink
Merge pull request socketio#925 from nkzawa/patch-26
Browse files Browse the repository at this point in the history
Run tests on Android 5 instead of 4.4
  • Loading branch information
rauchg committed Dec 4, 2015
2 parents 5ccf588 + e0cd41e commit d434ce5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@ matrix:
env: BROWSER_NAME=android BROWSER_VERSION=4.2
- node_js: '0.10'
env: BROWSER_NAME=android BROWSER_VERSION=4.3
# It seems Date doesn't work properly on Android 4.4
# - node_js: '0.10'
# env: BROWSER_NAME=android BROWSER_VERSION=4.4
- node_js: '0.10'
env: BROWSER_NAME=android BROWSER_VERSION=5.0
- node_js: '0.10'
env: BROWSER_NAME=android BROWSER_VERSION=4.4
env: BROWSER_NAME=android BROWSER_VERSION=latest

0 comments on commit d434ce5

Please sign in to comment.