Skip to content

Commit c4a4e9d

Browse files
author
vpmedia
committed
Updated change lists
Added yarn lock file Added travis build script
1 parent 44e3bc4 commit c4a4e9d

File tree

4 files changed

+1883
-0
lines changed

4 files changed

+1883
-0
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# https://travis-ci.org/photonstorm/
2+
3+
git:
4+
depth: 1
5+
6+
language: node_js
7+
node_js:
8+
- '6'
9+
10+
env:
11+
- TERM=dumb
12+
13+
script:
14+
- yarn run test
15+
- yarn run grunt

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## Version 2.7.4 - to be announced
4+
5+
* Changed Loader.loadImageTag behavior to exclude firefox from loading cached images (#2534)
6+
* Added yarn lock file
7+
* Added travis-ci build script
8+
39
## Version 2.7.3 - 9th January 2017
410

511
* Replaced missing jshintrc file (#2912)

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,12 @@ If you code with [TypeScript](http://www.typescriptlang.org/) there are comprehe
314314
![Change Log](http://phaser.io/images/github/div-change-log.png "Change Log")
315315
<a name="change-log"></a>
316316

317+
## Version 2.7.4 - to be announced
318+
319+
* Changed Loader.loadImageTag behavior to exclude firefox from loading cached images (#2534)
320+
* Added yarn lock file
321+
* Added travis-ci build script
322+
317323
## Version 2.7.3 - 9th January 2017
318324

319325
* Replaced missing jshintrc file (#2912)

0 commit comments

Comments
 (0)