Skip to content

Commit

Permalink
xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
vietnogi committed Jul 22, 2015
1 parent 5d25010 commit 018ced6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,6 +1,9 @@
language: node_js
node_js:
- 0.10.25
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- npm install -g npm
- npm install -g gulp
Expand Down
9 changes: 4 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "appirio-gulp-tasks",
"version": "2.0.4",
"version": "2.0.5",
"description": "",
"engines": {
"node": ">=0.10.0"
Expand Down Expand Up @@ -61,9 +61,8 @@
"wiredep": "^3.0.0-beta"
},
"ignore": [
"**/*",
"!tasks/**/*",
"!gulpfile.coffee",
"!gulpfile.js"
"app",
"example",
"tests"
]
}
3 changes: 3 additions & 0 deletions protractor.config.js
Expand Up @@ -14,5 +14,8 @@ exports.config = {
ui: 'bdd',
reporter: 'list',
timeout: 180000
},
capabilities: {
'browserName': 'firefox'
}
};

0 comments on commit 018ced6

Please sign in to comment.