We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62484d commit 8f79d22Copy full SHA for 8f79d22
templates/dart/.travis.yml.twig
@@ -5,9 +5,9 @@ dart: stable
5
os: linux
6
7
install:
8
-- mkdir -p ~/.pub-cache
+- mkdir -p ~/.config/dart
9
- |
10
- cat <<EOF > ~/.pub-cache/credentials.json
+ cat <<EOF > ~/.config/dart/pub-credentials.json
11
{
12
"accessToken":"$PUB_ACCESS_TOKEN",
13
"refreshToken":"$PUB_REFRESH_TOKEN",
templates/flutter/.travis.yml.twig
0 commit comments