Skip to content
Snippets Groups Projects
Commit 520edcea authored by lekshmideepu's avatar lekshmideepu
Browse files

Update .travis.yml

parent 8625ccae
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ before_install:
- echo $CXX
- echo $CC
- if [ "$CXX" == "g++" ]; then export CXX=""; fi
- if [ "$CC" == "gcc" ]; then export CXX=""; fi
- if [ "$CC" == "gcc" ]; then export CC=""; fi
- echo $CXX
- echo $CC
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment