Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
travis: migrated to dart_task and added dart2js testing (firefox) (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakudrama authored Jul 18, 2017
1 parent 6828bd9 commit a137e81
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 30 deletions.
27 changes: 24 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
language: dart
script: ./tool/travis.sh
env:
- DARTANALYZER_FLAGS=--fatal-warnings
sudo: false

dart:
- dev
- stable

dart_task:
- test: --platform vm
xvfb: false
- test: --platform firefox -j 1
- dartanalyzer --fatal-warnings

matrix:
include:
- dart: stable
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
27 changes: 0 additions & 27 deletions tool/travis.sh

This file was deleted.

0 comments on commit a137e81

Please sign in to comment.