From 61e7c88c3b990008bfbc134e449f978b563eba54 Mon Sep 17 00:00:00 2001 From: Eric Evenchick Date: Wed, 28 Jan 2015 16:15:51 -0500 Subject: [PATCH] corrected artifacts command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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