diff --git a/.travis.yml b/.travis.yml index 90e1ef6..7dc9701 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: -- '0.12' +- 6 script: - test $SAUCE_USERNAME && npm run zuul || echo 'not running on saucelabs' - npm test diff --git a/History.md b/History.md index 431bf60..e522dbc 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +9.0.0 / 2016-05-30 +================== + + * Set should.config values to be more obvious. Pls check breacking changes page for exact values. + * Add support for SIMD data types. + * Fixed minor bugs in .eql + * Allow to show all equality check fails in .eql + 8.4.0 / 2016-05-21 ==================