Skip to content

Commit

Permalink
Testing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedek Vartok committed Dec 9, 2014
1 parent 2c01ab5 commit 0aa2770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ _*
.project
*~
node_modules/
nodegame/
\#*
.\#*
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js: 0.10
install:
# Old phantomjs lacks "unsafe access" warning bug.
- npm install 'phantomjs@<1.9.8'
- npm install
- bin/install-nodegame-for-window.sh
before_script:
Expand Down

0 comments on commit 0aa2770

Please sign in to comment.