Skip to content

Commit

Permalink
missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshegarty committed Mar 14, 2018
1 parent 539b349 commit 4e24aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ script:
- set -e
- if [[ $TARGET = "unit" ]]; then export LUA="../rigelLuajit -lluacov"; fi
- if [[ $TARGET = "unit" ]]; then cd unittests; make; else cd examples; make -j2 $TARGET; fi
- if [[ $TARGET = "verilog ]]; then make -j2 wrapper; fi
- if [[ $TARGET = "verilog" ]]; then make -j2 wrapper; fi
# check that make actually 100% completed, just to be really sure (?)
- pwd
- echo out/${TARGET}_done.txt
Expand Down

0 comments on commit 4e24aea

Please sign in to comment.