From 00ff95e4cdf3e3ae25e1914ee27ccb2013c7c7bb Mon Sep 17 00:00:00 2001 From: thislooksfun Date: Sun, 19 Nov 2017 01:18:41 -0600 Subject: [PATCH] [travis] Run pub get --- scripts/deploy.sh | 1 + scripts/install.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 417d435..bedb828 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -9,4 +9,5 @@ git add -A git commit -m "Update Benchmarks" git push +# TODO: Hide scripts/ directory before running this # pub publish --dry-run \ No newline at end of file diff --git a/scripts/install.sh b/scripts/install.sh index a09132c..caf5994 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -7,4 +7,6 @@ chmod +x scripts/deploy.sh chmod +x scripts/doc.sh chmod +x scripts/test.sh +pub get + pub global activate grinder \ No newline at end of file