From 3f1c98e2fe2d7d3b19d43fbebd8f4d5a040419ce Mon Sep 17 00:00:00 2001 From: Istvan Soos <istvan.soos@gmail.com> Date: Fri, 2 Aug 2019 23:22:00 +0200 Subject: [PATCH] Deleting ci/script.sh --- .travis.yml | 1 - ci/script.sh | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 ci/script.sh diff --git a/.travis.yml b/.travis.yml index f2e6fdb..9d14a9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ before_script: - psql -c 'create user darttrust with createdb;' -U postgres - psql -c 'grant all on database dart_test to darttrust;' -U postgres - pub get -#script: bash ci/script.sh dart_task: - test: --run-skipped -r expanded -j 1 - dartfmt diff --git a/ci/script.sh b/ci/script.sh deleted file mode 100644 index 356e7dc..0000000 --- a/ci/script.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -set -e - -pub run test -j 1 -r expanded - -# if [[ "$TRAVIS_BRANCH" == "master" ]]; then -# pub global activate -sgit https://github.com/stablekernel/codecov_dart.git -# dart_codecov_generator --report-on=lib/ --verbose --no-html -# fi