mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Disable Travis temporarily.
I'll re-enable this once I triage all the specs in sass-spec.
This commit is contained in:
parent
a15bc625bf
commit
28aaa7a080
21
.travis.yml
21
.travis.yml
@ -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
|
Loading…
Reference in New Issue
Block a user