Skip to content

Commit

Permalink
Used C as Travis CI language.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-h-david committed Jun 6, 2018
1 parent 9af7722 commit 9039278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,11 +15,11 @@
#System specifications for Travis CI
#*******************************************************************************
sudo: false #Activates the new Travis CI container-based infrastructure
language: cpp #Sets the language to C++
language: c #Sets the language to C
addons:
apt:
packages:
- gfortran #Add Fortran (C and C++ installed by specifying C++ above)
- gfortran #Add Fortran (gcc was installed by specifying "language: c")
- bc #Add Basic Calculator (simple math from command line)
- nco #netCDF Operators

Expand Down

0 comments on commit 9039278

Please sign in to comment.