Skip to content

Commit

Permalink
upload the new tests case. clang now allocates memory for printfs...
Browse files Browse the repository at this point in the history
go figure
  • Loading branch information
trolldbois committed Jun 16, 2017
1 parent 2978ba6 commit 6122ed3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: python

python:
- "2.7"
# - "3.5"
- "3.5"

# we are using pre-dumped tests files
# and not testing the dumping capacity of haystack.
Expand Down Expand Up @@ -69,8 +69,8 @@ before_script:
- gunzip alg.dmp.gz
- mv alg.dmp test/dumps/minidump
# we need the simple memory tests.
- wget https://www.dropbox.com/s/71meb0a1lck1u2c/src-39ec8f580ac133a317fb746bb303b1263857d2f0.tgz
- tar zxf src-39ec8f580ac133a317fb746bb303b1263857d2f0.tgz -C test/
- wget https://www.dropbox.com/s/9w5ya3d7b4qaqc3/src-2978ba6eba0b8d31b183354fc20eb17e280143b0.tgz
- tar zxf src-2978ba6eba0b8d31b183354fc20eb17e280143b0.tgz -C test/


script:
Expand Down

0 comments on commit 6122ed3

Please sign in to comment.