Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1520)

Side by Side Diff: .travis.yml

Issue 338590043: [plaso] Replace binplist with biplist #1480 (Closed)
Patch Set: Changes after rebase Created 5 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | config/dpkg/control » ('j') | plaso/parsers/plist.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 language: python 1 language: python
2 virtualenv: 2 virtualenv:
3 system_site_packages: true 3 system_site_packages: true
4 matrix: 4 matrix:
5 include: 5 include:
6 - env: TARGET="pylint" 6 - env: TARGET="pylint"
7 os: linux 7 os: linux
8 dist: trusty 8 dist: trusty
9 sudo: required 9 sudo: required
10 group: edge 10 group: edge
(...skipping 21 matching lines...) Expand all
32 dist: trusty 32 dist: trusty
33 sudo: required 33 sudo: required
34 group: edge 34 group: edge
35 python: 3.4 35 python: 3.4
36 - env: [TARGET="macos-python27", PYTHONPATH="/Library/Python/2.7/site-packages /"] 36 - env: [TARGET="macos-python27", PYTHONPATH="/Library/Python/2.7/site-packages /"]
37 os: osx 37 os: osx
38 osx_image: xcode9.2 38 osx_image: xcode9.2
39 language: generic 39 language: generic
40 allow_failures: 40 allow_failures:
41 - env: TARGET="linux-python34" 41 - env: TARGET="linux-python34"
42 - env: [TARGET="linux-python34-tox", TOXENV="py34"]
Joachim Metz 2018/05/05 07:20:02 please keep this as is; changes pending for l2tdev
onager 2018/05/16 09:34:07 Done.
43 install: 42 install:
44 - ./config/travis/install.sh 43 - ./config/travis/install.sh
45 script: 44 script:
46 - ./config/travis/run_with_timeout.sh 30 ./config/travis/runtests.sh 45 - ./config/travis/run_with_timeout.sh 30 ./config/travis/runtests.sh
47 after_success: 46 after_success:
48 - if test ${TARGET} = "linux-python27"; then curl -o codecov.sh -s https://codec ov.io/bash && /bin/bash ./codecov.sh; fi 47 - if test ${TARGET} = "linux-python27"; then curl -o codecov.sh -s https://codec ov.io/bash && /bin/bash ./codecov.sh; fi
OLDNEW
« no previous file with comments | « no previous file | config/dpkg/control » ('j') | plaso/parsers/plist.py » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b