Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
make sure latest is only allowed to fail
  • Loading branch information
krisselden committed Aug 7, 2017
1 parent cc18a98 commit e1c32a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js:
- 4
- 6
- 7
- 8
- node
matrix:
fast_finish: true
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/force-new-context.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
.force-new-context {
@each $value in (true false) {
#{&}--#{$value} {
&--#{$value} {
@include restyle-with-config(force-new-context, $value) {
@include test();
}
Expand Down

0 comments on commit e1c32a2

Please sign in to comment.