.travis.yml: remove before_script

This is no longer needed since introduction of test fixtures.
This commit is contained in:
William Boman 2015-09-28 22:33:54 +02:00
parent d4322db5a8
commit 679e27fd97

View file

@ -4,7 +4,4 @@ node_js:
- "0.12"
- "4.0"
- "4.1"
before_script:
- mkdir ~/.shout
- cp defaults/config.js ~/.shout
sudo: false