Skip to content

Commit cf3b04b

Browse files
committed
Travis debugging
1 parent cd02b2f commit cf3b04b

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
@@ -1,12 +1,13 @@
1-
sudo: false
2-
31
# We need a newer version of Python
42
language: python
53

64
# Need Python for build script
75
python: 3.6
86

97
install:
8+
- lscpu
9+
- lsmod
10+
- sudo dmesg
1011
# Manually install nightly Rust
1112
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
1213
- source "$HOME/.cargo/env"

0 commit comments

Comments
 (0)