forked from jxson/front-matter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jxson#42 from jxson/add-saucelabs
Add saucelabs
- Loading branch information
Showing
7 changed files
with
197 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
ui: tape | ||
browserify: | ||
- transform: brfs | ||
browsers: | ||
- name: chrome | ||
version: latest | ||
- name: firefox | ||
version: latest | ||
- name: ie | ||
version: 9..latest | ||
- name: iphone | ||
version: latest | ||
- name: safari | ||
version: latest | ||
- name: android | ||
version: latest | ||
- name: microsoftedge | ||
version: latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ pets: | |
- dog | ||
- bat | ||
match: !!js/regexp /pattern/gim | ||
run: !!js/function function() { } | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,13 @@ | |
"js-yaml": "^3.4.6" | ||
}, | ||
"devDependencies": { | ||
"brfs": "^1.4.3", | ||
"coveralls": "^2.11.6", | ||
"istanbul": "^0.3.6", | ||
"standard": "^6.0.4", | ||
"standard-format": "^2.1.0", | ||
"tape": "^4.4.0" | ||
"tape": "^4.4.0", | ||
"zuul": "^3.10.1" | ||
}, | ||
"contributors": [ | ||
"Jason Campbell <[email protected]> (http://twitter.com/jxson)", | ||
|
Oops, something went wrong.