We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375cdba commit 6f782e6Copy full SHA for 6f782e6
.travis.yml
@@ -1,5 +1,4 @@
1
language: generic
2
-dist: precise
3
sudo: false
4
5
os:
conda/meta.yaml
@@ -1,6 +1,9 @@
package:
name: smcpp
- version: {{ environ['GIT_DESCRIBE_TAG'].lstrip("v") }}
+ version: {{ GIT_DESCRIBE_TAG.lstrip('v') }}
+
+build:
6
+ number: {{ GIT_DESCRIBE_NUMBER }}
7
8
source:
9
git_url: ../
0 commit comments