From 28aaa7a0804262d68abf1cf9d074078e0e9883bc Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Sun, 6 Nov 2016 00:00:08 -0700 Subject: [PATCH] Disable Travis temporarily. I'll re-enable this once I triage all the specs in sass-spec. --- .travis.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 191edc40..00000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Set the language to Ruby so that we can run sass-spec tests. -language: ruby -env: -- DART_VERSION=1.19.1 ANALYZE=false -- DART_VERSION=latest ANALYZE=true - -rvm: -- 2.3.1 - -cache: - directories: - - $HOME/.pub-cache - -# Install the Dart SDK. -install: -- curl -o dart.zip "https://storage.googleapis.com/dart-archive/channels/stable/release/$DART_VERSION/sdk/dartsdk-linux-x64-release.zip" -- unzip dart.zip -- export PATH="$PATH:`pwd`/dart-sdk/bin" -- pub get - -script: ./tool/travis.sh