Skip to content

Commit

Permalink
Tune TravisCI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Dec 28, 2014
1 parent e40042d commit f7fb91e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- '0.8'
- '0.10'
before_script:
before_install:
- npm update -g npm
after_script:
- npm run coveralls
after_failure:
- tar -cvf "travis_${TRAVIS_BUILD_NUMBER}.tar" tmp && curl --ftp-create-dirs -T "travis_${TRAVIS_BUILD_NUMBER}.tar" -u $FTP_USER:$FTP_PASSWORD "ftp://jkphl.is/travis/${TRAVIS_REPO_SLUG}/travis_${TRAVIS_BUILD_NUMBER}.tar"
10 changes: 5 additions & 5 deletions test/svg-sprite.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,8 @@ describe('svg-sprite', function() {
});
});

after(function(done) {
rimraf(path.normalize(path.join(__dirname, '..', 'tmp')), function(error){
done();
});
});
//after(function(done) {
// rimraf(path.normalize(path.join(__dirname, '..', 'tmp')), function(error){
// done();
// });
//});

0 comments on commit f7fb91e

Please sign in to comment.