1
0
Fork 0

change install to script?

This commit is contained in:
Colin Schmidt 2017-05-17 12:13:31 -07:00
parent bce613ce38
commit 83a5230e91
1 changed files with 1 additions and 3 deletions

View File

@ -51,7 +51,7 @@ branches:
jobs:
include:
- stage: Install Tools
install:
script:
- make tools verilator -C regression SUITE=none
before_install:
- export CXX=g++-4.8 CC=gcc-4.8
@ -62,5 +62,3 @@ jobs:
- make emulator-ndebug -C regression SUITE=$SUITE
- travis_wait 30 make emulator-regression-tests -C regression SUITE=$SUITE