Skip to content

Instantly share code, notes, and snippets.

@a14n
Last active August 29, 2015 14:20
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a14n/441101c997ee8f935d9c to your computer and use it in GitHub Desktop.
Save a14n/441101c997ee8f935d9c to your computer and use it in GitHub Desktop.
Travis config to run tests on several platforms
language: dart
dart:
- stable
- dev
sudo: false
cache:
directories:
- $HOME/.pub-cache
with_content_shell: true
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script: pub run test -p vm -p content-shell -p firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment