Add travis-ci to run tests before merging a PR (#1184)

* Add .travis.yml

* Add travis tester script

* Update .gitignore with test output related directive
This commit is contained in:
bstashio
2017-09-15 21:34:10 +03:00
committed by Jeremy Thomas
parent 65a0bb8f5b
commit 019df9573e
3 changed files with 54 additions and 0 deletions

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
script:
- "test/sass-compile-tester.sh"
language: sass
before_install:
- gem install sass