mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
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:
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
script:
|
||||
- "test/sass-compile-tester.sh"
|
||||
|
||||
language: sass
|
||||
before_install:
|
||||
- gem install sass
|
||||
Reference in New Issue
Block a user