Skip to content

Commit

Permalink
Fix cwd for release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Aug 6, 2019
1 parent 3f50887 commit 737f685
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 737f685

Please sign in to comment.