]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix Mocha error in Sass unit tests, and update Travis to only run Sass unit tests
authorGeoff Kimball <geoff@zurb.com>
Wed, 24 Feb 2016 00:14:30 +0000 (16:14 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 24 Feb 2016 00:14:30 +0000 (16:14 -0800)
.travis.yml
test/sass/_color.scss

index 6b21648c3417be7cc2c516273dc580aa32a1f1a0..6494e108f9839f554803969c4e13b6f1c6788506 100644 (file)
@@ -7,3 +7,4 @@ install:
   - npm install -g bower
   - npm install
   - gem install scss_lint
+script: npm start test:sass
index cbc59b689c7b64fa9c03c73240123ea6d4b42f4f..3ae970bf54087b5659b949b218a772392a6fa6fc 100755 (executable)
@@ -4,7 +4,7 @@
 @import '../../scss/util/color';
 
 @include test-module('Color') {
-  
+
   @include test('Foreground (Black) [function]') {
     $test: foreground($white);
     $expect: $black;
@@ -45,8 +45,3 @@
       'Lightens a dark color');
   }
 }
-
-
-.top-bar {
-  padding: 90px;
-}
\ No newline at end of file