Skip to content

Commit

Permalink
[refs #135] Add circle.yml for CI testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmh committed Aug 9, 2016
1 parent 9175a7c commit 4c1a3e7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ example.html
*.gz
node_modules/
bower_components/
test/*.css
16 changes: 16 additions & 0 deletions circle.yml
@@ -0,0 +1,16 @@
machine:
node:
version: 4.4.7
ruby:
version: 2.3.1
dependencies:
pre:
- npm install npm -g
- gem install sass true
- npm install
test:
override:
- sass example.main.scss test/example.main.css
- true-cli test/tests.scss
- node-sass example.main.scss -o test/
- npm test
4 changes: 4 additions & 0 deletions test/tests.scss
@@ -0,0 +1,4 @@
// To run Ruby Sass Tests, we need to import all the test spec files here
@import '_tools.font-size.scss';
@import '_tools.rem.scss';
@import '_utilities.widths.scss';

0 comments on commit 4c1a3e7

Please sign in to comment.