Skip to content

Commit 6f782e6

Browse files
committed
build updates
1 parent 375cdba commit 6f782e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: generic
2-
dist: precise
32
sudo: false
43

54
os:

conda/meta.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
package:
22
name: smcpp
3-
version: {{ environ['GIT_DESCRIBE_TAG'].lstrip("v") }}
3+
version: {{ GIT_DESCRIBE_TAG.lstrip('v') }}
4+
5+
build:
6+
number: {{ GIT_DESCRIBE_NUMBER }}
47

58
source:
69
git_url: ../

0 commit comments

Comments
 (0)