Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
chore(Travis): Remove --low-resources-mode.
Browse files Browse the repository at this point in the history
This made sense when we (a) didn't use `pub run test --precompiled` (spun up multiple VMs) and (b) didn't use the newer travis containers that have 2 CPUs and almost 8GB of RAM. I did a few sanity checks, including invalidating the build - seems fine.

Closes #837

PiperOrigin-RevId: 184690759
  • Loading branch information
matanlurey committed Feb 6, 2018
1 parent 48d035b commit 3e398de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ esac
case $TASK in
build) echo
echo -e '\033[1mTASK: build\033[22m'
echo -e 'pub run build_runner build --low-resources-mode'
pub run build_runner build --low-resources-mode
echo -e 'pub run build_runner build'
pub run build_runner build
;;
dartanalyzer_0) echo
echo -e '\033[1mTASK: dartanalyzer_0\033[22m'
Expand Down

0 comments on commit 3e398de

Please sign in to comment.