Skip to content

Commit

Permalink
travis try
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorDiaconu committed Nov 27, 2017
1 parent c0c4de2 commit 9cc0834
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ node_js:
before_install:
- curl https://install.meteor.com/?release=1.6 | /bin/sh
- export PATH="$HOME/.meteor:$PATH"
- nohup sudo Xvfb :10 -ac
- export DISPLAY=:10


cache:
directories:
Expand All @@ -23,6 +20,10 @@ cache:
notifications:
email: false

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"

script:
- meteor create --bare test
- cd test
Expand Down

1 comment on commit 9cc0834

@Herteby
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stupid Travis... 😐

Please sign in to comment.