From 0aa277079cbdd9589309e89c6cd09790c4f91b13 Mon Sep 17 00:00:00 2001 From: Benedek Vartok Date: Tue, 9 Dec 2014 16:56:05 +0100 Subject: [PATCH] Testing tweaks --- .gitignore | 1 + .travis.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 12bd627..b2fc782 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ _* .project *~ node_modules/ +nodegame/ \#* .\#* diff --git a/.travis.yml b/.travis.yml index 3667c3b..5f2eb4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: