Browse Source

fix location of toolset

Nate Brady 8 years ago
parent
commit
f62b8b7e57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/travis/travis_setup.sh

+ 1 - 1
toolset/travis/travis_setup.sh

@@ -25,4 +25,4 @@ echo "runner_user=travis"                              >> benchmark.cfg
 
 
 echo "travis ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee -a /etc/sudoers
 echo "travis ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee -a /etc/sudoers
 
 
-source /home/travis/FrameworkBenchmarks/toolset/setup/linux/prerequisites.sh
+source ./toolset/setup/linux/prerequisites.sh