Skip to content

Commit b6a079a

Browse files
committed
correctly silence deprecation warning for Lmod 6.x in Travis CI config
1 parent 40e35cc commit b6a079a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
dist: trusty
2424
# single configuration to test with Lmod 6 and Python 2.7
2525
- python: 2.7
26-
env: LMOD_VERSION=6.5.1 EASYBUILD_SILENCE_DEPRECATION_WARNINGS=Lmod6
26+
env: LMOD_VERSION=6.5.1 TEST_EASYBUILD_SILENCE_DEPRECATION_WARNINGS=Lmod6
2727
# also test with Python 3.6
2828
- python: 3.6
2929
env: LMOD_VERSION=7.8.22

0 commit comments

Comments
 (0)