Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_wakelock
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
creativecreatorormaybenot
2019-07-07 17:02:03 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d18b162ff96c07599b12b86186754a08f2819898
d18b162f
1 parent
86c9bbdb
CI
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
.travis.yml
.travis.yml
View file @
d18b162
...
...
@@ -39,8 +39,8 @@ jobs:
-
$ANDROID_HOME/emulator/emulator -avd test -no-audio -no-window -gpu swiftshader &
# install pre-compiled flutter
-
FLUTTER_CHANNEL=stable
-
FLUTTER_VERSION=1.0.0-${FLUTTER_CHANNEL}
-
FLUTTER_CHANNEL=master
-
FLUTTER_VERSION=v1.8.1-pre.23-${FLUTTER_CHANNEL}
-
wget --quiet --output-document=flutter.tar.xz https://storage.googleapis.com/flutter_infra/releases/${FLUTTER_CHANNEL}/linux/flutter_linux_v${FLUTTER_VERSION}.tar.xz && tar xf flutter.tar.xz > /dev/null && rm flutter.tar.xz
-
export PATH="$PATH":"$HOME/.pub-cache/bin"
-
export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH
...
...
@@ -69,8 +69,8 @@ jobs:
-
brew link --overwrite cocoapods
# install pre-compiled flutter
-
FLUTTER_CHANNEL=stable
-
FLUTTER_VERSION=1.0.0-${FLUTTER_CHANNEL}
-
FLUTTER_CHANNEL=master
-
FLUTTER_VERSION=v1.8.1-pre.23-${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
...
...
Please
register
or
login
to post a comment