Disable Travis temporarily.

I'll re-enable this once I triage all the specs in sass-spec.
This commit is contained in:
Natalie Weizenbaum 2016-11-06 00:00:08 -07:00
parent a15bc625bf
commit 28aaa7a080

View File

@ -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