From e63e57981e22d24e03da8baff0dfd385eb77ebb5 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Thu, 17 May 2018 19:04:35 +0200 Subject: [PATCH] travis test upload --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05a6e78..e2e3adc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,8 +42,10 @@ before_install: #- make -j$(nproc) #- sudo make install #- cd .. - - echo $BINTRAY_KEY + - cd VexRiscv + - curl -T README.md -udolu1990:$BINTRAY_KEY https://api.bintray.com/content/spinalhdl/VexRiscv/test/0.0.4/README.md + - curl -X POST -udolu1990:$BINTRAY_KEY https://api.bintray.com/content/spinalhdl/VexRiscv/test/0.0.4/publish - sbt compile