Skip to content

Commit

Permalink
Don't test on android 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Aug 3, 2016
1 parent 72b7e25 commit 969b968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ env:
- BROWSER_NAME=chrome BROWSER_VERSION=latest
- BROWSER_NAME=iphone BROWSER_VERSION=9.3
- BROWSER_NAME=android BROWSER_VERSION=5.1
- BROWSER_NAME=android BROWSER_VERSION=5.0
# not working
# - BROWSER_NAME=android BROWSER_VERSION=4.4
# - BROWSER_NAME=android BROWSER_VERSION=5.0

before_script:
- npm run test:typings:install
Expand Down

0 comments on commit 969b968

Please sign in to comment.