Skip to content

Commit 87a8531

Browse files
committedSep 20, 2015
travis: VPI is not there for now
1 parent 7f76709 commit 87a8531

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

Diff for: ‎.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ before_install:
1515
- conda install anaconda-client numpydoc
1616
install:
1717
# Install iverilog package.
18-
- "sudo add-apt-repository -y ppa:mithro/iverilog-backport"
19-
- "sudo apt-get update"
20-
- "sudo apt-get install iverilog"
21-
- "iverilog -v; true"
18+
# - "sudo add-apt-repository -y ppa:mithro/iverilog-backport"
19+
# - "sudo apt-get update"
20+
# - "sudo apt-get install iverilog"
21+
# - "iverilog -v; true"
2222
# Build the vpi module.
23-
- "(cd vpi; make; sudo make install)"
23+
# - "(cd vpi; make; sudo make install)"
2424
# Install verilator package
2525
- "sudo apt-get install verilator"
2626
- "verilator --version; true"

0 commit comments

Comments
 (0)
Please sign in to comment.