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