Skip to content

Commit

Permalink
Try to fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlademann-wf committed Aug 3, 2017
1 parent 8ac5ef6 commit 1dbbb00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: dart
dart:
- "1.23.0"
with_content_shell: true
- "1.24.2"
dart_task:
install_dartium: true
before_install:
- export DISPLAY=:99.0
- ./tool/setup_dartium.sh
Expand All @@ -10,6 +11,6 @@ before_install:
- sleep 3 # give xvfb some time to start
script:
- pub run dart_dev analyze
- pub run dart_dev test --integration
# - pub run dart_dev test --integration
- ./tool/generate_coverage.sh
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage.lcov

0 comments on commit 1dbbb00

Please sign in to comment.