Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2018-04-18 02:08:20 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-12-14 15:16:04 +0300
commit58db77177c333a96550cbd082dc5dd978e7a85fd (patch)
tree7086df51d2a7047feb3b276b70b79b2168d082b2 /.travis.yml
parentfe4599dc0f90ef706d18fedc246b15c762283886 (diff)
Fix test/node_sass_compile_test.sh
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 190f920b..9170e31a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,5 +15,5 @@ env:
global:
- VERBOSE=1
script:
- bundle exec rake && sh test/*.sh
+ bundle exec rake && bash test/*.sh
sudo: false