Skip to content

Commit

Permalink
Merge branch 'develop' into gh-pages
Browse files Browse the repository at this point in the history
* develop:
  v3.2.122
  Fix pre issue + update marked.js (#732)
  Chore(TravisCI): Test against Node 6
  chore(package): update karma-mocha-reporter to version 2.0.3 (#740)
  chore(package): update nightmare to version 2.4.0 (#741)
  chore(package): update karma-safari-launcher to version 1.0.0 (#739)
  chore(package): update karma-firefox-launcher to version 1.0.0 (#738)
  chore(package): update karma-opera-launcher to version 1.0.0 (#737)
  chore(package): update karma-jasmine to version 1.0.2 (#736)
  chore(package): update karma-jasmine to version 1.0.0 (#734)
  chore(package): update karma-requirejs to version 1.0.0 (#733)
  chore(package): update karma-ie-launcher to version 1.0.0 (#735)
  • Loading branch information
marcoscaceres committed May 6, 2016
2 parents 80fefd0 + 16bc873 commit 6d58b8a
Show file tree
Hide file tree
Showing 17 changed files with 467 additions and 1,130 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: node_js
sudo: false
node_js:
- v5.10.0
- v6.0
before_install:
- "export DISPLAY=:99.0"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 -extension RANDR"
Expand Down
1 change: 1 addition & 0 deletions builds/respec-w3c-common-3.2.122.build.js.map

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions builds/respec-w3c-common-3.2.122.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-w3c-common.build.js.map

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions builds/respec-w3c-common.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion js/.jshintrc
@@ -1,5 +1,7 @@
{
"strict": "global",
"jquery": true,
"esversion": "6",
"esnext": true,
"predef": [ "require", "define" ],
"browser": true
}

0 comments on commit 6d58b8a

Please sign in to comment.