1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-21 01:39:04 +02:00

Trying to fix phantomjs running on travis CI

This commit is contained in:
Steve Heffernan 2012-12-11 13:54:16 -08:00
parent 53774c2f74
commit e77dd302e5
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@ dev.html
projects
.zenflow-log
node_modules
node_modules
npm-debug.log

View File

@ -12,6 +12,5 @@
, "devDependencies":
{ "jshint": "0.6.1"
, "connect": "2.1.3"
, "phantomjs": "1.7.0"
}
}