Skip to content

Commit f60f890

Browse files
committed
allow pharo6.0 failures ... until pharo 6.0 approaches release ... add a .gitignore file
1 parent 302cf83 commit f60f890

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[._]*.s[a-w][a-z]
2+
[._]s[a-w][a-z]
3+
*.un~
4+
Session.vim
5+
.netrwhist
6+
*~

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ smalltalk:
1515
cache:
1616
directories:
1717
- $SMALLTALK_CI_CACHE
18+
allow_failures:
19+
- smalltalk: Pharo-6.0

0 commit comments

Comments
 (0)