Skip to content

Commit

Permalink
ci: always run dogfood script on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Jan 18, 2020
1 parent 8691dcb commit 421bd4e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/ci-dogfood.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

# This script requires LHCI_CANARY_SERVER_URL and LHCI_CANARY_SERVER_TOKEN variables to be set.

if [[ "$TRAVIS_NODE_VERSION" != "10" ]]; then
echo "Not running dogfood script on node versions other than 10";
exit 0;
fi

set -ox pipefail

# Start up our LHCI server.
Expand Down

0 comments on commit 421bd4e

Please sign in to comment.