Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/bestiejs/benchmark.js:
  Remove sites from copyright header and package.json.
  Remove npm ci use from travis since it is called automatically.
  Update deps.
  chore: upgrade npm (bestiejs#202)
  chore: use npm ci (bestiejs#201)
  chore: add Node.js 8 and 10 (bestiejs#199)
  chore: remove Node.js 4 (bestiejs#203)
  • Loading branch information
bluelovers committed Oct 20, 2018
2 parents 18641e5 + 05024f0 commit 08fd30b
Show file tree
Hide file tree
Showing 6 changed files with 917 additions and 809 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js
sudo: false
node_js:
- 6
- 8
- 10

cache:
directories:
Expand All @@ -17,11 +19,6 @@ env:
- ISTANBUL=true
- BIN=phantomjs

matrix:
include:
- node_js: 4
env:

git:
depth: 10

Expand All @@ -43,10 +40,7 @@ before_install:
phantomjs -v
- nvm use $TRAVIS_NODE_VERSION
- npm i -g npm@^5

install:
- npm i
- npm i -g npm

script:
- |
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright 2010-2016 Mathias Bynens <https://mathiasbynens.be/>
Based on JSLitmus.js, copyright Robert Kieffer <http:https://broofa.com/>
Modified by John-David Dalton <http:https://allyoucanleet.com/>
Copyright 2010-2016 Mathias Bynens
Based on JSLitmus.js, copyright Robert Kieffer
Modified by John-David Dalton

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
10 changes: 5 additions & 5 deletions benchmark.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*!
* Benchmark.js <https://benchmarkjs.com/>
* Copyright 2010-2016 Mathias Bynens <https://mths.be/>
* Based on JSLitmus.js, copyright Robert Kieffer <http:https://broofa.com/>
* Modified by John-David Dalton <http:https://allyoucanleet.com/>
* Available under MIT license <https://mths.be/mit>
* Benchmark.js
* Copyright 2010-2016 Mathias Bynens
* Based on JSLitmus.js, copyright Robert Kieffer
* Modified by John-David Dalton
* Available under MIT license
*/
;(function() {
'use strict';
Expand Down
6 changes: 3 additions & 3 deletions example/jsperf/ui.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* ui.js
* Copyright Mathias Bynens <https://mths.be/>
* Modified by John-David Dalton <http:https://allyoucanleet.com/>
* Available under MIT license <https://mths.be/mit>
* Copyright Mathias Bynens
* Modified by John-David Dalton
* Available under MIT license
*/
(function(window, document) {

Expand Down
Loading

0 comments on commit 08fd30b

Please sign in to comment.