Skip to content
Snippets Groups Projects
Commit 88fabac3 authored by Kevin Moore's avatar Kevin Moore
Browse files

Update travis config

parent 5541e115
No related branches found
No related tags found
No related merge requests found
......@@ -3,21 +3,24 @@ sudo: false
dart:
- dev
- stable
- 1.23.0
- 1.22.1
cache:
directories:
- $HOME/.pub-cache
dart_task:
- test: --platform vm -x content-shell -x chrome -x firefox -x dartium -x phantomjs --timeout 4x
- test: --platform dartium
install_dartium: true
- test: --platform vm -x content-shell -x chrome -x firefox -x dartium -x phantomjs --timeout 4x
- dartfmt
- dartanalyzer
matrix:
allow_failures:
# Repo was formatted with stable SDK
- dart: dev
exclude:
# Repo was formatted with 1.23.x SDK
- dart: 1.22.1
dart_task: dartfmt
# Pub can hang on tests using dev SDK
- dart: dev
dart_task:
allow_failures:
# VM Tests are flaky – need to investigate
# https://github.com/dart-lang/test/issues/599
- dart_task:
test: --platform vm -x content-shell -x chrome -x firefox -x dartium -x phantomjs --timeout 4x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment