From f942e66a75c46d4ef2d63c08861d603e37de72db Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Thu, 3 Aug 2017 12:29:31 -0700 Subject: [PATCH] Try to fix travis build --- .travis.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a937c0a9c..5fa3506ec5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,18 @@ language: dart dart: - - "1.23.0" -with_content_shell: true + - "1.24.2" +dart_task: + - test: --platform vm + - test: --platform content_shell + install_dartium: true before_install: - export DISPLAY=:99.0 - - ./tool/setup_dartium.sh - - export PATH=$PATH":$PWD" - - sh -e /etc/init.d/xvfb start - - sleep 3 # give xvfb some time to start +# - ./tool/setup_dartium.sh +# - export PATH=$PATH":$PWD" +# - sh -e /etc/init.d/xvfb start +# - 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