Skip to content
Snippets Groups Projects
Commit 905e6254 authored by lekshmideepu's avatar lekshmideepu
Browse files

Update .travis.yml

parent ceb49a4e
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,14 @@ cache:
apt: true
ccache: true
before_install:
- if [ "$CXX" == "g++" ]; then export CXX=""; fi
- if [ "$CC" == "gcc" ]; then export CXX=""; fi
- echo $LANG
- echo $LC_ALL
# update repository status (-qq is more quiet)
- sudo apt-get update -qq
- sudo apt-get install -y coreutils gawk mawk original-awk
......
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