Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 31c81cb

Browse files
authoredMay 22, 2017
Merge pull request #65 from wmonk/2.0.0
2.0.0
2 parents 5ad01fa + fc46e5e commit 31c81cb

File tree

168 files changed

+93536
-3426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+93536
-3426
lines changed
 

‎.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"rules": {
1313
"no-console": "off",
14-
"strict": ["error", "global"]
14+
"strict": ["error", "global"],
15+
"curly": "warn"
1516
}
1617
}

‎.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
language: node_js
33
node_js:
4-
- 4
54
- 6
65
- 7
76
cache:
@@ -20,9 +19,12 @@ env:
2019
matrix:
2120
- TEST_SUITE=simple
2221
- TEST_SUITE=installs
22+
- TEST_SUITE=kitchensink
2323
matrix:
2424
include:
2525
- node_js: 0.10
2626
env: TEST_SUITE=simple
27-
- node_js: 6
28-
env: USE_YARN=yes TEST_SUITE=simple
27+
# There's a weird Yarn/Lerna bug related to prerelease versions.
28+
# TODO: reenable after we ship 1.0.
29+
# - node_js: 6
30+
# env: USE_YARN=yes TEST_SUITE=simple

0 commit comments

Comments
 (0)