Skip to content

Commit

Permalink
CI use gcc 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iefserge committed Oct 4, 2014
1 parent 8ba96b7 commit e20e9da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ compiler: gcc

before_script:
- cd tools
- wget https://github.com/runtimejs/toolchain-bin-linux/raw/master/x86_64-elf-4.9.0-Linux-x86_64.tar.xz
- tar -xf x86_64-elf-4.9.0-Linux-x86_64.tar.xz
- wget https://github.com/runtimejs/toolchain-bin-linux/raw/master/x86_64-elf-4.9.1-Linux-x86_64.tar.xz
- tar -xf x86_64-elf-4.9.1-Linux-x86_64.tar.xz
- wget https://github.com/runtimejs/toolchain-bin-linux/raw/master/fasm-1.71.21.tgz
- tar -xf fasm-1.71.21.tgz
- cd ..
- export PATH=$PWD/tools/x86_64-elf-4.9.0-Linux-x86_64/bin:$PWD/tools/fasm:$PATH
- export PATH=$PWD/tools/x86_64-elf-4.9.1-Linux-x86_64/bin:$PWD/tools/fasm:$PATH

script: scons

0 comments on commit e20e9da

Please sign in to comment.