Skip to content

Commit d0f4dc4

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Changed default language to shell.
Not every VM needs the setup overhead that 'language: python' was providing
1 parent 801e555 commit d0f4dc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
language: python
18-
python: 2.7
17+
language: sh
18+
os: linux
19+
dist: xenial
1920

2021
env:
2122
global:

0 commit comments

Comments
 (0)