diff --git a/.travis.yml b/.travis.yml index 798869a..10c74a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,4 @@ before_script: script: make BUILD_NUMBER=$TRAVIS_BUILD_NUMBER after_success: - "travis-artifacts upload --target-path=builds/b$TRAVIS_BUILD_NUMBER build/CANtact*" \ No newline at end of file + "artifacts upload --target-path=builds/b$TRAVIS_BUILD_NUMBER build/CANtact*" \ No newline at end of file