Browse Source

export path directly before running make

AHBL_BFM
T. Meissner 7 years ago
parent
commit
0d32530dc9
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      .travis.yml

+ 2
- 3
.travis.yml View File

@ -1,4 +1,4 @@
language: c
language: python
matrix:
include:
# Python 3.5 with ghdl llvm
@ -20,9 +20,8 @@ matrix:
- make
- make install
- cd ../../
- export PATH=$PATH:install-ghdl-llvm/bin/
install: true
script:
- cd test; make all
- export PATH=$PATH:install-ghdl-llvm/bin/; cd test; make all

Loading…
Cancel
Save