Skip to content

Commit

Permalink
Merge pull request #54 from mmcc007/code_coverage
Browse files Browse the repository at this point in the history
Upgraded to latest stable flutter (1.7.8+hotfix.4)
  • Loading branch information
mmcc007 authored Aug 11, 2019
2 parents cee9668 + 8a1723b commit 016db19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os: osx
language: dart
language: generic

jobs:
include:
Expand Down Expand Up @@ -29,12 +29,6 @@ jobs:
if: tag IS present
before_install:

# install correct version of java on osx to run sdkmanager
# - java -version
# - export HOMEBREW_NO_AUTO_UPDATE=1
# - brew cask uninstall java; brew tap caskroom/versions; brew cask install java8;
# - java -version

# Add missing java module used by sdkmanager, etc...
- export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee'

Expand Down Expand Up @@ -70,7 +64,7 @@ jobs:

# install pre-compiled flutter
- FLUTTER_CHANNEL=stable
- FLUTTER_VERSION=1.2.1-${FLUTTER_CHANNEL}
- FLUTTER_VERSION=1.7.8+hotfix.4-${FLUTTER_CHANNEL}
- wget --quiet --output-document=flutter.zip https://storage.googleapis.com/flutter_infra/releases/${FLUTTER_CHANNEL}/macos/flutter_macos_v${FLUTTER_VERSION}.zip && unzip -qq flutter.zip > /dev/null && rm flutter.zip
- export PATH="$PATH":"$HOME/.pub-cache/bin"
- export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion lib/resources/test_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ phases:

# install flutter
- echo "Install flutter"
- FLUTTER_VERSION='v1.5.4-hotfix.2-stable'
- FLUTTER_VERSION='v1.7.8+hotfix.4-stable'
- >-
if [ $DEVICEFARM_DEVICE_PLATFORM_NAME = "Android" ];
then
Expand Down

0 comments on commit 016db19

Please sign in to comment.