Skip to content

Commit

Permalink
travis: fix xilinx location
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jun 28, 2017
1 parent a8aa604 commit 2af593a
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 @@ -22,7 +22,7 @@ script:
- PYTHONPATH=. python3 testbench/test_proto.py
- PYTHONPATH=. python3 testbench/test_spi.py
- PYTHONPATH=. python3 testbench/test_crc.py
- python3 ./make.py -x $(pwd)/xilinx/opt/Xilinx -c $CHANNELS
- python3 ./make.py -x $(pwd)/opt/Xilinx -c $CHANNELS
notifications:
email: false
slack:
Expand Down

0 comments on commit 2af593a

Please sign in to comment.