diff options
author | Daniel Moody <dmoody256@gmail.com> | 2018-05-25 02:55:52 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2018-05-25 02:55:52 (GMT) |
commit | 880fce9c7982397fe16f49160591199d1e117c80 (patch) | |
tree | be3ded9924870d583b813b7a874275b73b4404fc /.travis.yml | |
parent | 5efd04aaed4c9700a606e11733656225c5d933e8 (diff) | |
download | SCons-880fce9c7982397fe16f49160591199d1e117c80.zip SCons-880fce9c7982397fe16f49160591199d1e117c80.tar.gz SCons-880fce9c7982397fe16f49160591199d1e117c80.tar.bz2 |
issue-3130: udpated travis file to update apt-get.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9d8b96d..a1f58b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ dist: trusty language: python +addons: + apt: + update: true + install: - ./.travis/install.sh |