Skip to content

Commit

Permalink
fix typo in libgraph path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithilan16 committed Jan 13, 2018
1 parent d90f5df commit d61928c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ before_install:

before_script:
- wget https://download.savannah.gnu.org/releases/libgraph/libgraph-1.0.2.tar.gz
- tar -xvf /tmp/libgraph-1.0.2.tar.gz
- tar -xvf libgraph-1.0.2.tar.gz
- pushd libgraph-1.0.2 && ./configure --prefix=/usr && make && sudo make install && popd


0 comments on commit d61928c

Please sign in to comment.