Skip to content

Commit 83eaf3a

Browse files
committed
Added Node.js v4 stable to Travis config (thanks @phillipalexander phaserjs#2070)
1 parent 96dae9b commit 83eaf3a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
33
- "0.10"
4+
- "4"
45
install:
56
- npm install -g grunt-cli
67
- npm install

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
278278
* Time.desiredFpsMult is a pre-calculated multiplier used in Game.update.
279279
* Time.refresh updates the `Time.time` and `Time.elapsedMS` values and is called automatically by Game.update.
280280
* DeviceButton was setting a `duration` property on itself, which went against the read only getter of duration (thanks @winstonwolff)
281+
* Added Node.js v4 stable to Travis config (thanks @phillipalexander #2070)
281282

282283
### Bug Fixes
283284

@@ -286,6 +287,7 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
286287
* When the Text width was being calculated it would add the `strokeThickness` value twice, causing an alignment offset (thanks @nickryall #2039)
287288
* Sound.onEndedHandler has a fix for AudioBufferSourceNode listener memory leak (thanks @Pappa #2069)
288289
* Game.update could call `updateLogic` multiple times in a single frame when catching up with slow device frame rates. This would cause Tweens to advance at twice the speed they should have done (thanks @mkristo)
290+
* Added useCapture flags to removeEventListener in MSPointer class (thanks @pmcmonagle #2055)
289291

290292
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
291293

0 commit comments

Comments
 (0)