From 0db206451f77c1e431658c7a508eb631094ef245 Mon Sep 17 00:00:00 2001 From: Eric Evenchick Date: Wed, 28 Jan 2015 16:21:37 -0500 Subject: [PATCH] fixing artifacts command, again. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 10c74a8..4ea1aab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,4 @@ before_script: script: make BUILD_NUMBER=$TRAVIS_BUILD_NUMBER after_success: - "artifacts upload --target-path=builds/b$TRAVIS_BUILD_NUMBER build/CANtact*" \ No newline at end of file + "artifacts upload --target-paths=builds/b$TRAVIS_BUILD_NUMBER build/CANtact*" \ No newline at end of file