File tree 4 files changed +1883
-0
lines changed
4 files changed +1883
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
9
## Version 2.7.3 - 9th January 2017
4
10
5
11
* Replaced missing jshintrc file (#2912 )
Original file line number Diff line number Diff line change @@ -314,6 +314,12 @@ If you code with [TypeScript](http://www.typescriptlang.org/) there are comprehe
314
314
![ Change Log] ( http://phaser.io/images/github/div-change-log.png " Change Log ")
315
315
<a name =" change-log " ></a >
316
316
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
+
317
323
## Version 2.7.3 - 9th January 2017
318
324
319
325
* Replaced missing jshintrc file (#2912 )
You can’t perform that action at this time.
0 commit comments