From 4f85174fbe4beb3d3087058f062ca6359cb3f139 Mon Sep 17 00:00:00 2001 From: thosakwe Date: Fri, 30 Jun 2017 09:55:56 -0400 Subject: [PATCH] Updated Travis script --- .idea/workspace.xml | 165 ++++++++++++++++++-------------------------- tool/travis.sh | 4 +- 2 files changed, 71 insertions(+), 98 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index dacafc1f..12ac212b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,11 +2,8 @@ - - - - + @@ -35,7 +32,7 @@ - + @@ -48,11 +45,11 @@ - + - - + + @@ -60,6 +57,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -154,6 +171,7 @@ @@ -209,61 +227,7 @@ \ No newline at end of file diff --git a/tool/travis.sh b/tool/travis.sh index bac6b671..97b10766 100644 --- a/tool/travis.sh +++ b/tool/travis.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash set -e -pub run test -ANGEL_ENV=production pub run test \ No newline at end of file +dart test/all.dart +ANGEL_ENV=production dart test/all.dart \ No newline at end of file