Skip to content

Commit

Permalink
updates environment
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Mar 13, 2017
1 parent c03de53 commit 46b6d62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
build/
example/*.html
build
dev
example/**/*.html
node_modules
npm-debug.log
test/*.html
test/*.png
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ addons:
apt:
packages:
- xvfb

install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
- npm link

notifications:
email:
on_success: never
on_failure: always
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 D3plus
Copyright (c) 2017 D3plus

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 46b6d62

Please sign in to comment.