Skip to content
Snippets Groups Projects
Commit f21e0482 authored by Natalie Weizenbaum's avatar Natalie Weizenbaum Committed by GitHub
Browse files

Only run a single Travis check for each PR. (#620)

parent bc10ce6f
No related branches found
No related tags found
No related merge requests found
language: dart
sudo: false
dart:
- dev
- stable
- 1.23.0
- 1.22.1
cache:
directories:
- $HOME/.pub-cache
dart_task:
- 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:
exclude:
# Repo was formatted with 1.23.x SDK
# Repo was formatted with the 1.23 SDK.
- dart: 1.22.1
dart_task: dartfmt
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache
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