This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
use C on Travis for even less overhead
pull/360/head^2
Mislav Marohnić
13 years ago
parent
5e5e3e0588
commit
a7da06998e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@ -1,4 +1,4 @@
install
:
git clone https://github.com/sstephenson/bats.git
script
:
bats/bin/bats test
# skips unnecessary Ruby-specific setup
language
:
node_js
language
:
c
Write
Preview
Loading…
Cancel
Save