Skip to content

Commit

Permalink
add nuopc-cmips branch to travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Oct 11, 2018
1 parent c342d7a commit 03b46b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python
before_install:
- sudo apt-get install -y libxml2-utils

install:
install:
- pip install pylint

python:
Expand All @@ -13,12 +13,12 @@ python:
env:
- CIME_MODEL=cesm

script: cd scripts/tests; ./scripts_regression_tests.py --machine centos7-linux A_RunUnitTests B_CheckCode G_TestMacrosBasic H_TestMakeMacros I_TestCMakeMacros
script: cd scripts/tests; ./scripts_regression_tests.py --machine centos7-linux A_RunUnitTests B_CheckCode G_TestMacrosBasic H_TestMakeMacros I_TestCMakeMacros

# In addition to building PRs, also run the build on the following branches whenever
# it's pushed
branches:
only:
- master
- maint-5.6

- nuopc-cmeps

0 comments on commit 03b46b1

Please sign in to comment.