Skip to content

Commit 8271432

Browse files
authored
Don't call pub upgrade in travis (#1346)
1 parent 22feec7 commit 8271432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ "$#" == "0" ]; then
1212
fi
1313

1414
pushd $PKG
15-
pub upgrade || exit $?
15+
pub get || exit $?
1616

1717
EXIT_CODE=0
1818

0 commit comments

Comments
 (0)