Skip to content

Commit

Permalink
Merge pull request #782 from rdaly525/patch-travis
Browse files Browse the repository at this point in the history
Fix cwd for release flow
  • Loading branch information
leonardt authored Aug 6, 2019
2 parents 3f50887 + 737f685 commit f5fce17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ script:
# Install verilogAST headers/library for old style tests
- cd build/verilogAST-build && sudo make install && cd ../..
- make -j2 test
- cd build && ctest -V
- cd build && ctest -V && cd ..
compiler:
- gcc
os:
Expand Down

0 comments on commit f5fce17

Please sign in to comment.