Browse Source

Moved file copy to script rather than after_script

Harry Hedger 9 years ago
parent
commit
ae841b4e20
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -9,8 +9,6 @@ before_script:
 
 script:
   - "echo 'Tested :)'"
-
-after_script:
   - "cp build/transloadit-js-client.js examples/playground/static/js/transloadit-js-client.js"
 
 deploy: